canopy
Namespace
canopy.csharpContructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new() | unit -> canopy | CompiledName: |
Static members
| Static member | Signature | Description | |
|---|---|---|---|
| # | canopy.acceptAlert() | unit -> unit | |
| # | canopy.addFinder(finder) | (finder:(string -> ('?20029 -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list)) -> unit | |
| # | canopy.after(f) | f:Action -> unit | |
| # | canopy.alert() | unit -> IAlert | |
| # | canopy.before(f) | f:Action -> unit | |
| # | canopy.browser | IWebDriver | CompiledName: |
| # | canopy.browsers | IWebDriver list | CompiledName: |
| # | canopy.check(selector) | selector:'?20078 -> unit | |
| # | canopy.clear(selector) | selector:'?20064 -> unit | |
| # | canopy.click(selector) | selector:'?20068 -> unit | |
| # | canopy.closeTab(number) | number:int -> unit | |
| # | canopy.contains value1 value2 | value1:string -> value2:string -> unit | |
| # | canopy.context(description) | description:string -> unit | |
| # | canopy.count selector value | selector:string -> value:int -> unit | |
| # | canopy.ctrlClick(selector) | selector:'?20072 -> unit | |
| # | canopy.currentUrl() | unit -> string | |
| # | canopy.describe(text) | text:string -> unit | |
| # | canopy.deselected(selector) | selector:'?20104 -> unit | |
| # | canopy.disabled(selector) | selector:'?20112 -> unit | |
| # | canopy.dismissAlert() | unit -> unit | |
| # | canopy.displayed(selector) | selector:'?20106 -> unit | |
| # | canopy.doubleClick(selector) | selector:'?20070 -> unit | |
| # | canopy.drag(selector) | selector:string -> string -> IWebDriver -> unit | |
| # | canopy.element(selector) | selector:string -> IWebElement | |
| # | canopy.elementWithText selector regex | selector:string -> regex:string -> IWebElement | |
| # | canopy.elementWithin selector element | selector:string -> element:IWebElement -> IWebElement | |
| # | canopy.elements(selector) | selector:string -> IWebElement list | |
| # | canopy.elementsWithText selector regex | selector:string -> regex:string -> IWebElement list | |
| # | canopy.elementsWithin selector element | selector:string -> element:ISearchContext -> IWebElement list | |
| # | canopy.enabled(selector) | selector:'?20110 -> unit | |
| # | canopy.eq selector value | selector:'?20089 -> value:string -> unit | |
| # | canopy.eqRegex selector value | selector:'?20096 -> value:string -> unit | |
| # | canopy.equality value1 value2 | value1:'?20116 -> value2:'?20116 -> unit | |
| # | canopy.fadedIn(selector) | selector:string -> '?20114 -> bool | |
| # | canopy.fastTextFromCSS(selector) | selector:string -> string list | |
| # | canopy.first(selector) | selector:string -> IWebElement | |
| # | canopy.highlight(cssSelector) | cssSelector:string -> unit | |
| # | canopy.hover(selector) | selector:string -> unit | |
| # | canopy.js(script) | script:string -> obj | |
| # | canopy.last index selector | index:'?20060 -> selector:string -> IWebElement | |
| # | canopy.lastly(f) | f:Action -> unit | |
| # | canopy.navigate(direction) | direction:Navigate -> unit | |
| # | canopy.notContains value1 value2 | value1:string -> value2:string -> unit | |
| # | canopy.notDisplayed(selector) | selector:'?20108 -> unit | |
| # | canopy.notEq selector value | selector:'?20091 -> value:string -> unit | |
| # | canopy.notEqRegex selector value | selector:'?20098 -> value:string -> unit | |
| # | canopy.nth index selector | index:int -> selector:string -> IWebElement | |
| # | canopy.on(url) | url:string -> unit | |
| # | canopy.onFail(f) | f:Action -> unit | |
| # | canopy.onPass(f) | f:Action -> unit | |
| # | canopy.once(f) | f:Action -> unit | |
| # | canopy.onn(url) | url:string -> unit | |
| # | canopy.parent(element) | element:IWebElement -> IWebElement | |
| # | canopy.pin(direction) | direction:direction -> unit | |
| # | canopy.positionBrowser(...) | left:int -> top:int -> width:int -> height:int -> unit | |
| # | canopy.press(key) | key:string -> unit | |
| # | canopy.puts(text) | text:string -> IWebDriver -> unit | |
| # | canopy.quit() | unit -> unit | |
| # | canopy.read(selector) | selector:'?20062 -> string | |
| # | canopy.reload() | unit -> unit | |
| # | canopy.resize(size) | (size:(int * int)) -> unit | |
| # | canopy.rightClick(selector) | selector:'?20076 -> unit | |
| # | canopy.rotate() | unit -> unit | |
| # | canopy.run() | unit -> unit | |
| # | canopy.runFor(browsers) | browsers:Browsers -> unit | |
| # | canopy.screenshot directory filename | directory:string -> filename:string -> byte [] | |
| # | canopy.selected(selector) | selector:'?20102 -> unit | |
| # | canopy.shiftClick(selector) | selector:'?20074 -> unit | |
| # | canopy.skip description f | description:string -> f:Action -> unit | |
| # | canopy.sleep(seconds) | seconds:'?20037 -> unit | |
| # | canopy.someElement(selector) | selector:string -> IWebElement | |
| # | canopy.someElementWithin(...) | selector:string -> element:ISearchContext -> IWebElement | |
| # | canopy.someParent(element) | element:ISearchContext -> IWebElement | |
| # | canopy.starEq selector value | selector:string -> value:string -> unit | |
| # | canopy.starEqRegex selector value | selector:string -> value:string -> unit | |
| # | canopy.starNotEq selector value | selector:string -> value:string -> unit | |
| # | canopy.start(b) | b:BrowserStartMode -> unit | |
| # | canopy.switchTo(b) | b:IWebDriver -> unit | |
| # | canopy.switchToTab(number) | number:int -> unit | |
| # | canopy.test description f | description:string -> f:Action -> unit | |
| # | canopy.tile(browsers) | (browsers:IWebDriver list) -> unit | |
| # | canopy.title() | unit -> string | |
| # | canopy.uncheck(selector) | selector:'?20080 -> unit | |
| # | canopy.unreliableElement(selector) | selector:string -> IWebElement | |
| # | canopy.unreliableElements(selector) | selector:string -> IWebElement list | |
| # | canopy.unreliableElementsWithin(...) | selector:string -> element:ISearchContext -> IWebElement list | |
| # | canopy.url(destination) | destination:string -> unit | |
| # | canopy.waitFor(f) | f:Predicate<obj> -> unit | |
| # | canopy.waitFor2 message f | message:string -> f:Predicate<obj> -> unit | |
| # | canopy.waitForElement(selector) | selector:string -> unit | |
| # | canopy.wip description f | description:string -> f:Action -> unit | |
| # | canopy.write selector value | selector:'?20066 -> value:string -> unit |